home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1996 April / Macworld (1996-04).dmg / Educational Demos / Goldilocks Gamebook / Goldilocks.DIR / 00152_Script_152 < prev    next >
Text File  |  1995-11-20  |  288b  |  14 lines

  1. -- Red
  2.  
  3. on mouseDown 
  4.   global currentColor
  5.   puppetSound "Click.AIF"
  6.   set the visible of sprite 7 to false
  7.   set the  visible of sprite 8 to true
  8.   set the visible of sprite 9 to true
  9.   set the  visible of sprite 10 to true
  10.   updateStage
  11.   put "red" into currentColor
  12. end
  13.  
  14.